Gets the maximum group level present in the grid.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public int MaxGroupLevel { get; }
Visual Basic
Public ReadOnly Property MaxGroupLevel As Integer
	Get

Remarks

If the grid does not contain any groups, this property returns -1.

See Also